DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Item Property
The zero-based ordinal position of the subindex to find

In This Topic
    Item Property (SubindexCollection<T>)
    In This Topic
    Gets the subindex object at the specified ordinal position in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ordinal As Integer _
    ) As Subindex(Of T)
    public Subindex<T> this[ 
       int ordinal
    ]; {get;}

    Parameters

    ordinal
    The zero-based ordinal position of the subindex to find
    See Also